Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump/pin to ubuntu-20.04 #1250

Merged
merged 13 commits into from
Nov 23, 2022
Merged

ci: bump/pin to ubuntu-20.04 #1250

merged 13 commits into from
Nov 23, 2022

Conversation

silverjam
Copy link
Contributor

Description

CI: bump and pin to Ubuntu 20.04 to fix recent CI breakage

API compatibility

n/a

JIRA Reference

n/a

@silverjam silverjam requested a review from a team as a code owner November 23, 2022 06:11
bash <(curl -s https://codecov.io/bash) -s c/build || echo "Codecov did not collect coverage reports";
# - name: Upload coverage to codecov.io
# run: |
# bash <(curl -s https://codecov.io/bash) -s c/build || echo "Codecov did not collect coverage reports";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We aren't using codecov.io anymore (we closed our account) -- so this should be migrate to SonarCloud eventually

@silverjam silverjam marked this pull request as draft November 23, 2022 06:15
@silverjam silverjam marked this pull request as ready for review November 23, 2022 07:59
@@ -12,34 +12,9 @@ on:
- "c/**"
- .github/workflows/c.yaml
jobs:
coverage:
name: Code Coverage
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this stage since it isn't doing anything, we've deleted our code cov account

@silverjam silverjam requested a review from a team November 23, 2022 08:01
@ljbade
Copy link
Contributor

ljbade commented Nov 23, 2022

I suppose we could add Sonarcloud if we want coverage report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants